type github.com/refraction-networking/utls.keyUpdateMsg

8 uses

	github.com/refraction-networking/utls (current package)
		conn.go#L1168: 		m = new(keyUpdateMsg)
		conn.go#L1327: 	case *keyUpdateMsg:
		conn.go#L1338: func (c *Conn) handleKeyUpdate(keyUpdate *keyUpdateMsg) error {
		conn.go#L1356: 		msg := &keyUpdateMsg{}
		handshake_messages.go#L1166: type keyUpdateMsg struct {
		handshake_messages.go#L1170: func (m *keyUpdateMsg) marshal() ([]byte, error) {
		handshake_messages.go#L1184: func (m *keyUpdateMsg) unmarshal(data []byte) bool {
		u_conn.go#L975: 	case *keyUpdateMsg: